This is the revision history for write file in <*:##NULL>

factoid_idsubjectcopulapredicateauthornamespace
9026 write file is open my $fh, '>:encoding(utf-8)', $file or die "Can't open $file - $!"; print $fh "text here\n"; close $fh; tm604